翻訳と辞書
Words near each other
・ Matrix scheme
・ Matrix similarity
・ Matrix Software
・ Matrix splitting
・ Matrix string theory
・ Matrix t-distribution
・ Matrix Template Library
・ Matrix theory (physics)
・ Matrix Toolkit Java
・ Matrix unit
・ Matrix vote
・ Matrix-assisted laser desorption electrospray ionization
・ Matrix-assisted laser desorption/ionization
・ Matrix-core
・ Matrix-exponential distribution
Matrix-free methods
・ Matrix-supported rock
・ MatrixDB
・ Matrixism
・ MatrixSSL
・ Matrixx
・ Matrixx Initiatives, Inc. v. Siracusano
・ Matrixx Magixx
・ Matriz
・ Matriz (Horta)
・ Matriz (Ribeira Grande)
・ Matriz Church of Póvoa de Varzim
・ Matriz de Camaragibe
・ Matrjoschka
・ Matrka


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Matrix-free methods : ウィキペディア英語版
Matrix-free methods
In computational mathematics, a matrix-free method is an algorithm for solving a linear system of equations or an eigenvalue problem that does not store the coefficient matrix explicitly, but accesses the matrix by evaluating matrix-vector products. Such methods can be preferable when the matrix is so big that storing and manipulating it would cost a lot of memory and computer time, even with the use of methods for sparse matrices. Many iterative methods allow for a matrix-free implementation, including:
* the power method,
* the Lanczos algorithm,
* Locally Optimal Block Preconditioned Conjugate Gradient Method (LOBPCG),
* Wiedemann's coordinate recurrence algorithm, and
* the conjugate gradient method.
Distributed solutions have also been explored using coarse-grain parallel software systems to achieve homogeneous solutions of linear systems.
It is generally used in solving non-linear equations like Euler's equations in Computational Fluid Dynamics. Solving these equations requires the calculation of the jacobian which is costly in terms of CPU time and storage. To avoid this expense, matrix free methods are employed. In order to remove the need to calculate the jacobian, the jacobian vector product is formed instead, which is in fact a vector itself. Manipulating and calculating this vector is easier than working with a large matrix or linear system.
== References ==



抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Matrix-free methods」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.